.goDiv{
	float: right;
	height: 34px;
	margin-left: 10px;
}
.goInput{
	height: 32px;
	width: 36px;
	border: 1px solid #ddd;
	border-right: none;
	text-align: center;
}
.goButton{
	height: 32px;
	float: right;
	line-height: 34px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	width: 36px;
	text-align: center;
}
.goButton:hover{
	cursor: pointer;
}